home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 23
/
CU Amiga - Super CD-ROM 23 (June 1998).iso
/
CreatingGames
/
Utilities
/
E
/
PsiloPlayer
/
Src
/
Modules
/
replay
/
test.e
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-11-24
|
326 b
|
18 lines
MODULE 'tools/file','exec/memory','replay/jamcracker'
PROC main()
DEF m
m:=readfile(arg,0,MEMF_CHIP)
IF jc_StartInt(m)
WriteF('Playing module... press LMB to end\n')
REPEAT
WaitTOF()
UNTIL Mouse()=1
jc_StopInt()
ELSE
WriteF('Error!\n')
ENDIF
ENDPROC